		TAIL AREA UNDER T DISTRIBUTION

Michael Lloyd (http://www.hsu.edu/faculty/lloydm/ti/prgmtabl.html)
Henderson State University

HISTORY
1.0 December 1996
1.1 August 2015 - Updated file to .8xp

VARIABLES USED
D = degrees of freedom
T = t value

PROGRAM LISTING
Fix 3
Input "DEG FREED?",D
Prompt T
tcdf(0,T,D)
.5-Ans
Disp "AREA(T->OO)=",Ans
Float
